﻿@charset "utf-8";

.carousel {position:relative}
.carousel-inner {position:relative;width:100%;overflow:hidden}
.carousel-inner>.item {position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left;height: 2.15rem; width: 4.1rem }
.carousel-inner img{height: 2.15rem; width: 4.1rem}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {display:block}
.carousel-inner>.active {left:0}
.carousel-inner>.next,.carousel-inner>.prev {position:absolute;top:0;width:100%}
.carousel-inner>.next {left:100%}
.carousel-inner>.prev {left:-100%}
.carousel-inner>.next.left,.carousel-inner>.prev.right {left:0}
.carousel-inner>.active.left {left:-100%}
.carousel-inner>.active.right {left:100%}

.carousel-control {position:absolute;top:0;bottom:0;left:0;width:15%;color:#fff;text-align:center;text-shadow:0 0.01rem 0.02rem rgba(0,0,0,.6);background-color:rgba(0,0,0,0);filter:alpha(opacity=50);opacity:.5}

.carousel-control.left {background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);background-repeat:repeat-x;}
.glyphicon-chevron-left{ width: 0.3rem; height: 0.4rem;background: url(ggimg_left_1018.png) no-repeat; background-size: 100%; z-index: 10000; display: block;  margin-top:0.875rem}


.carousel-control.right {right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);background-repeat:repeat-x}
.glyphicon-chevron-right{ width: 0.3rem; height: 0.4rem;background: url(ggimg_right_1018.png) no-repeat; background-size: 100%; z-index: 10000; display: block;  margin-top:0.875rem; float: right}

.common-floatnav-a{position:fixed;bottom:0rem;right:0;z-index:1000000;padding:0.15rem;background:#fff;box-shadow:0 0 0.05rem rgba(0,0,0,.1);}
.closebtn{position:absolute;cursor:pointer;z-index:10000;right:0.02rem;top:0.02rem;color:#fff;width:0.2rem;height:0.2rem;border-radius: 50%;background:url(gg_closebtn.png) no-repeat; background-size: 100%;text-align:center;color:#fff}
